home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / WTJ208.ZIP / README.TXT
Text File  |  1993-07-23  |  1KB  |  23 lines

  1. Folks--
  2.  
  3. Here is the code to accompany the August 1993 edition of Windows Tech Journal. There's a lot of it, and the code is stored in a bunch of subdirectories. So be sure that you have passed pkunzip.exe the -d flag, which instructs the program to restore the directory structure along with the files.
  4.  
  5. Included in the archives are...
  6.  
  7. MILLER
  8. This archive contains the code for CGWindow, an OWL 1.0 class that translates dialog resources into full-fledged application windows. You can use dialog-building tools to design your app's windows with this tool without the limitations usually imposed by this technique.
  9.  
  10. STOMPER
  11. This is the bug-tracking database created by Mark Burgess and described in his August "For the Records" column. Both the executable and the Visual Basic 3.0 source are included.
  12.  
  13. ZEMPEL
  14. Here's all the code you need to call functions in 32-bit DLLs from Visual Basic using our 32-bit VB thunking mechanism. YOU MUST HAVE THE WIN32S SUBSYSTEM TO RUN THIS CODE!
  15.  
  16. FRANTZ
  17. Here's all the C code required to create the cool "target" custom controls described in Gerard Frantz's "Kamikaze Kontrolz."
  18.  
  19. OOPCODE
  20. This contains all the C++ code from the August OOP Alley column PLUS the code from June and July, which we distributed before learning the subtleties of PKZip's various command-line switches.
  21.  
  22. ENJOY!
  23.